difference between class and object
Answer Posted / saquib
class is compiled.
class is a keyword which is used to create customise data type.
class without object is logical.
but object never compiled it only executed.
object is a physical representation of a class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the use of oops?
What are oops functions?
Explain the advantages of inheritance.
What is pure oop?
Can you explain polymorphism?
What is the point of oop?
What is new keyword in oops?
What is abstraction example?
What is oops and its features?
what are the ways in which a constructors can be called?
What is difference between abstraction and encapsulation?
Which type does string inherit from?
What is cohesion in oop?
What is difference between data abstraction and encapsulation?