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
What is the real time example of inheritance?
What is object in oops?
Whats is abstraction in oops?
What is polymorphism used for?
What are oops methods?
class type to basic type conversion
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism what are the different types of polymorphism?
What is data binding in oops?
What is and I oop mean?
What are properties in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is pure oop?
What is the example of polymorphism?
write a program to find 2^n+1 ?