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
What is abstract class in oops?
#include
State what is encapsulation and friend function?
Why do we use polymorphism?
How is polymorphism achieved?
Why do we use class in oops?
What is the types of inheritance?
How do you explain polymorphism?
what is the drawback of classical methods in oops?
What is destructor example?
Why do while loop is used?
What is difference between polymorphism and inheritance?
what's the basic's in dot net
can inline function declare in private part of class?
class type to basic type conversion