Answer Posted / sanjith
Actually,
*Class is a collection of general declarations for data members and member functions ,that means it doesnot hold any memory.
*when we give certain values to a class ,objects are created.
that means a memory is allocated when objects are created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is abstraction used?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is graphics
How Do you Code Composition and Aggregation in C++ ?
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(); }
What is the importance of oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
How do you explain polymorphism?
How oops is better than procedural?
What are constructors in oop?
write a program to find 2^n+1 ?
What is abstraction in oop with example?
What is property in oops?
What is polymorphism explain its types?