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 object-oriented programming? Webopedia definition
why reinterpret cast is considered dangerous?
What is polymorphism give a real life example?
How do you define a class in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the important components of cohesion?
What is balance factor?
What is encapsulation example?
What is class encapsulation?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is stream in oop?
write string class as your own class in java without using any built-in function
• What are the desirable attributes for memory managment?
What is oops and its features?
Why do we use polymorphism?