Answer Posted / teja
class is nothing but a collection of variables n member
functions.
Syntax :
class class name
{
------------
-----------
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are polymorphisms mutations?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is difference between data abstraction and encapsulation?
What is object and example?
Where You Can Use Interface in your Project
What is inheritance write a program to show use of inheritance?
c++ program to swap the objects of two different classes
What is data binding in oops?
What are the benefits of interface?
any one please tell me the purpose of operator overloading
Is oop better than procedural?
What is polymorphism what are the different types of polymorphism?
What is polymorphism programming?
What is object and class in oops?