Answer Posted / velmurugan
Object oriented programming organizes a program around its
data, i. e. , objects and a set of well defined interfaces
to that data. An object-oriented program can be
characterized as data controlling access to code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of polymorphism in c++?
What is a block in c++?
What is virtual table?
How do you compile the source code with your compiler?
What is abstract keyword in c++?
List the issue that the auto_ptr object handles?
Difference between a homogeneous and a heterogeneous container
Are there interfaces in c++?
Write a Program for find and replace a character in a string.
What do c++ programmers do?
What are dynamic type checking?
Difference between a copy constructor and an assignment operator.
What are the rules about using an underscore in a c++ identifier?
What are activex and ole?
Define a nested class.