What is oop in c++?
Answer / Ravindra Pratap Singh
OOP (Object-Oriented Programming) in C++ refers to a programming paradigm that uses objects, which can contain data and methods, to represent the real world. OOP allows for modular, reusable code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between = and == in C?
20 Answers Christ University, Intel,
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Write about the various sections of the executable image?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
What is the full form of stl in c++?
Write any small program that will compile in "C" but not in "C++"
Can create new c++ operators?
What is purpose of new operator?
They will ask u question about single linked list?. Write Code for to insert delete node.
Why do we need templates?
What is c++ runtime?
In a class only declaration of the function is there but defintion is not there then what is that function?