difference between class and object
Answer Posted / pradeep kumar shukla
class is a reserved keyword to create user define data type
class is a machanism to create abstract, customize data type
object is a collection of variable ,an object made at run time
it is instance of class
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
Which type does string inherit from?
What is the main purpose of inheritance law?
What are the 4 pillars of oop?
How do you achieve polymorphism?
What is destructor example?
write a program that takes input in digits and display the result in words from 1 to 1000
What causes polymorphism?
What are objects in oop?
Why interface is used?
What is pure oop?
What is new keyword in oops?
What is constructor in oop?
Why do we use polymorphism?
What is inheritance write a program to show use of inheritance?