what is the difference between class and object?

Answer Posted / s.jagadeeswari

Class is just a template. It does not allocate memory
space. When instantiate the object, allocates the memory
space

Is This Answer Correct ?    22 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the 3 types of system development life cycle

2431


What is coupling in oop?

592


How do you use inheritance in unity?

588


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1145


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1981






What are the important components of cohesion?

550


What is pointer in oop?

535


What is encapsulation in ict?

605


What is this pointer in oop?

553


Is data hiding and abstraction same?

567


Why multiple inheritance is not possible?

597


Whats oop mean?

588


How is class defined?

584


program for insertion ,deletion,sorting in double link list

2276


Where is pseudocode used?

563