What is Object and Class? What are the differences between
them?
Answer Posted / poorna chandar rao
Object and Class both are same there is no difference
bettwen them those are having properties(data) and methods
but small difference beteween them that is objects are
available physically avialable and class is not avialable
class is a bluprint
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What does no cap mean?
What is the difference between abstraction and polymorphism?
What is an example of genetic polymorphism?
write a C++ program for booking using constructor and destructor.
What is the example of polymorphism?
What is the purpose of polymorphism?
Why do we use polymorphism in oops?
What is encapsulation and abstraction? How are they implemented in C++?
What is oops and why we use oops?
What is the important feature of inheritance?
What is oops with example?
What is use of overloading?
hi all..i want to know oops concepts clearly can any1 explain??
What is destructor example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.