Answer Posted / jai
an object is a physical representation of a class.
example:
class - fruit(logical)
object- apple(physical)
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Explain about templates of C++.
Tell me can a pure virtual function have an implementation?
Is c++ fully object oriented?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Is c# written in c++?
What is rtti in c++?
What is a .h file c++?
What are the three forms of cin.get() and what are their differences?
Why is c++ so fast?
What is a set in c++?
Explain the static storage classes in c++.
Is c++ a good first language to learn?
How to implement is-a and has-a class relationships?
What is function overriding in c++?
What is the difference between global int and static int declaration?