What is class and object in oops?
No Answer is Posted For this Question
Be the First to Post Answer
what isthe difference between c structure and c++ class
What is virtual class and friend class?
to find out the minimum of two integer number of two different classes using friend function
Can bst contain duplicates?
What is difference between multiple inheritance and multilevel inheritance?
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
what is mean by design pattern
Which is the parameter that is added to every non-static member function when it is called?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What is DeadlyDiamondDeathProblem ?
what is the use of mutable key word