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


Please Help Members By Posting Answers For Below Questions

What does no cap mean?

827


What is the difference between abstraction and polymorphism?

868


What is an example of genetic polymorphism?

904


write a C++ program for booking using constructor and destructor.

2301


What is the example of polymorphism?

775


What is the purpose of polymorphism?

905


Why do we use polymorphism in oops?

809


What is encapsulation and abstraction? How are they implemented in C++?

886


What is oops and why we use oops?

818


What is the important feature of inheritance?

886


What is oops with example?

797


What is use of overloading?

884


hi all..i want to know oops concepts clearly can any1 explain??

1912


What is destructor example?

794


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2247