Answer Posted / rushi
ok,
If you say class is structure then object is a way to implement class,
that is object is a runtime entity of class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we override main method?
What are the 4 pillars of oop?
What is the benefit of oop?
What is abstract class in oops?
Templates mean
What is protected in oop?
which feature are not hold visual basic of oop?
Why do we use oops?
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?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is meant by multiple inheritance?
What is oops concept with example?
What is the oops and benefits of oops programming?
What are the three parts of a simple empty class?
What is object and class in oops?