What is Object and Class? What are the differences between
them?
Answer Posted / prabhakar
class is a collection of data and member functions.
objcet is instance of a class
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
What are the 3 principles of oop?
What is a null tree?
2. Give the different notations for the class.\
What are the important components of cohesion?
What is debug class?what is trace class? What differences are between them? With examples.
Where You Can Use Interface in your Project
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
#include
write a C++ program for booking using constructor and destructor.
What is class encapsulation?
What are constructors 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?
Can we define a class within the interface?
What is a class and object?