What is the difference between class and object?
Answer Posted / kanchi
class is the advance version of structure because it contains the data and functions both so it is wrapped into a single unit called encapsulation.
Object is the instance of class and it always created at run time
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are constructors in oop?
What are the benefits of polymorphism?
What is coupling in oop?
What is object in oop with example?
What is byval and byref? What are differences between them?
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 is the diamond problem in inheritance?
What is abstraction encapsulation?
What is abstract class in oops?
what is graphics
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the important components of cohesion?
What is a class oop?
What are the components of marker interface?
What is meant by oops concept?