what is the basic concept of c++(object oriented programing)
Answer Posted / rider
class and objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by zombie objects in c++?
What are smart pointers?
Can you Mention some Application of C/C++?
What are pointer-to-members? Explain.
Explain stack & heap objects?
Explain the differences between private, public and protected and give examples.
Why can templates only be implemented in the header file?
Why c++ is created?
Can a list of string be stored within a two dimensional array?
Which format specifier is used for printing a pointer value?
Is arr and &arr are same expression for an array?
Can I learn c++ without knowing c?
Does c++ support exception handling?
How can you link a c program with a c function?
Write a Program to find the largest of 4 no using macros.