what is the difference between class and structure in C++?
Answer Posted / navneet kaur
c is a procedure oriented language but c++ is a object
oriented language.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What does enum stand for?
What is protected in oop?
What is pure oop?
What is static modifier?
What are the benefits of oop?
What is polymorphism give a real life example?
hi all..i want to know oops concepts clearly can any1 explain??
What are the benefits of interface?
can inline function declare in private part of class?
What is destructor example?
What is the difference between encapsulation and polymorphism?
What is the importance of oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
How do you achieve runtime polymorphism?
What are oops methods?