What is the difference between class and object?
Answer Posted / neha
classes and objects are seprate but related concept.every
object belong to a class and every class contains one or
more objects.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the fundamental idea of oop?
Write a program to reverse a string using recursive function?
What are the features of oop?
what's the basic's in dot net
What is inheritance write a program to show use of inheritance?
What is use of overloading?
What is polymorphism programming?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are main features of oop?
What is the main feature of oop?
What is encapsulation process?
Can destructor be overloaded?
What is abstract class in oops?
Why it is called runtime polymorphism?
What is oops with example?