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
how to get the oracle certification? send me the answer
What is abstraction and encapsulation?
What is the use of oops?
write a program to find 2^n+1 ?
write a program that takes input in digits and display the result in words from 1 to 1000
Why do we use class?
What is inheritance in oop?
What is byval and byref? What are differences between them?
What is abstract class in oops?
What are benefits of oop?
What is encapsulation and abstraction? How are they implemented in C++?
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?
What is overriding vs overloading?
What is an advantage of polymorphism?
what are the realtime excercises in C++?