Answer Posted / elakiya.p
a class is a collection of similar object type.
for eg:
fruit mango;
->fruit is a user defined data type.
->mango is a object.
->fruit is also we called class.
->it behave like built-in types of programming language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How long to learn object oriented programming?
What is the difference between abstraction and polymorphism?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Which language is pure oop?
What is the difference between inheritance and polymorphism?
What is the real time example of encapsulation?
Why is static class not inherited?
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 causes polymorphism?
What is oops in simple words?
What is the real time example of inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Whats oop mean?
What is inheritance and how many types of inheritance?
What is the important feature of inheritance?