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
Why are pointers not used in c++?
How does a C++ structure differ from a C++ class?
What does the ios::ate argument do?
What is an adaptor class or wrapper class in c++?
What are single and multiple inheritances in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What will the line of code below print out and why?
Can we use clrscr in c++?
What is ios flag in c++?
What is a singleton c++?
Const char *p , char const *p What is the difference between the above two?
What does int * mean in c++?
Refer to a name of class or function that is defined within a namespace?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Show the declaration for a static member variable.