difference between class and object
Answer Posted / rajdeep gupta
class in a keyword to create user define data type.it is
only on logical perception .it is collection of similar
types of variable.
object is a variable of class type .there is no meaning of
class without creating object.object is made at run time on
the heap portion of ram
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is coupling in oop?
What is the real life example of polymorphism?
What is class and example?
What is advantage of inheritance?
What are classes oop?
What are the 4 main oop principles?
What is object in oops?
Why we use classes in oop?
What does I oop mean?
What are the benefits of interface?
Which is not an object oriented programming language?
Why do pointers exist?
write a program that takes input in digits and display the result in words from 1 to 1000
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Which is better struts or spring?