what is the main difference between c and c++?
Answer Posted / sushant
c++ supports data hiding/data encapsulation while c does not
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
Who invented oop?
What is a function in oop?
What is abstract class in oop?
Explain the advantages of inheritance.
What is multilevel inheritance explain with example?
What is oops concept with example?
What is difference between polymorphism and inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Which language is not a true object oriented programming language?
What is encapsulation example?
what is the sylabus for priliminaries?
Is oop better than procedural?
Can private class be inherited?
What is for loop and its syntax?