Answer Posted / praveen
There is no limit,,Many class can be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is different between oops and c++
What is abstraction and encapsulation?
What is difference between oop and pop?
What are the advantages of polymorphism?
Can abstract class have normal methods?
Is data hiding and abstraction same?
Which is better struts or spring?
What is the main feature of oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is difference between multiple inheritance and multilevel inheritance?
Why do we use inheritance?
What is encapsulation oop?
Why is destructor used?
What is a class oop?
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?