What are the three parts of a simple empty class?
No Answer is Posted For this Question
Be the First to Post Answer
if u write a class do u write Assignment operator and copy constructor
How to hide the base class functionality in Inheritance?
What is a class in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
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.
what is opps?why it is use in programming language?
What is encapsulation c#?
What is meant by oops concept?
create a c++ program that will ask 10 numbers and display their sum using array.
write a C++ program for booking using constructor and destructor.
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?