What is difference between class and object with example?
Class is the design of a any program structure with name, variables and methods included in it as a group. When any class gets executed at runtime it gets object created equivalently. Such as when a class name is tree, the object it gets created as , tree of any type. if pen is a class, then the object of pen can be, few we name it..
| Is This Answer Correct ? | 0 Yes | 0 No |
How to hide the base class functionality in Inheritance?
write a short note on Overloading of Binary Operator?
string is a class or data type in java?
WHEN A COPY CONSTER IS CALL ?
what is costructor?
Can destructor be overloaded?
What is oop in simple words?
what is graphics
what is a binary overloading
What are the advantages of inheritance?
26 Answers IBS, TCS,
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
Write A Program using Single and Multiple Inheritance.