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
Can you overload the operator+ for short integers?
How do I tokenize a string in c++?
Is c++ an integer?
What parameter does the constructor to an ofstream object take?
What is the difference between a template and a macro?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is a vector c++?
Why do we use iterators?
What are the advantages of using const reference arguments in a function?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Explain how functions are classified in C++ ?
Difference between class and structure.
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is endl?
Can we define a constructor as virtual in c++?