Answer Posted / jayesh pawar
OBJECT IS ONE OF THE TYPE OF INSTANCE OF THE CLASS
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain the benefits of proper inheritance.
How many ways can a variable be initialized into in C++?
What is data hiding c++?
Is c++ a software?
What is the standard template library (stl)?
How would you use qsort() function to sort an array of structures?
If all is successful, what should main return a) 0 b) 1 c) void
What is #include cmath?
What is the difference between reference and pointer?
What are keywords in c++?
What is the difference between c++ and turbo c++?
Can constructor be static in c++?
What is polymorphism & list its types in c++?
What is the difference between object-oriented programming and procedural programming?
What is this weird colon-member (" : ") syntax in the constructor?