Answer Posted / gyana
It is simply called Object oriented programming language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is constructor and destructor in c++?
What is abstract keyword in c++?
Can we overload operator in c++?
Difference between a homogeneous and a heterogeneous container
Is it possible for a member function to delete the pointer, named this?
Give an example of run-time polymorphism/virtual functions.
Which bit wise operator is suitable for putting on a particular bit in a number?
What does I ++ mean in c++?
What are punctuators in c++?
What is c++ virtual inheritance?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What are files in c++?
What are the various situations where a copy constructor is invoked?
Explain about Garbage Collector?
Is it possible for the objects to read and write themselves?