What is object C?
-
During an interview, there was a question put to me " What is Object C".I dont know the answer.Can any one help me out please? Regards J.Sridhar
Maybe the interviewer was thinking of ObjectiveC? It's a programming language, but that's all I know about it. :-o --Mike-- http://home.inreach.com/mdunn/ "Didn't I tell you? I've got a brain the size of a planet." --Marvin the paranoid android
-
During an interview, there was a question put to me " What is Object C".I dont know the answer.Can any one help me out please? Regards J.Sridhar
Assuming you mean Objective C, then it's a programming language derived from C and Smalltalk (I like to think of it as the Bastard offspring of the illicit union of C and ST ;) Many people like it because it's less complex than C++ while giving C objects. Personally, I don't like the syntax, which is a marriage of both dialects.