Answer Posted / sandeep
object oriented program system
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is a modifier in c++?
What are abstract data types in c++?
Which is the best c++ compiler?
What is else if syntax?
Mention the ways in which parameterized can be invoked.
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Is c++ a difficult language?
How the endl and setw manipulator works?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is a local reference?
What is the best free c++ compiler for windows?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Which ide is best for c++?
Write a code/algo to find the frequency of each element in an array?
What is the best way to take screenshots of a window with c++ in windows?