Why is encapsulation used?
c++ is a purely oop concept?
What is the difference between an object and a class?
to find out the minimum of two integer number of two different classes using friend function
Does c++ support multilevel and multiple inheritance?
What is difference between function overloading and overriding?
What is the default size allocated for array in the statement if size not specified " int a[] "
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 meant by multiple inheritance?
What is the difference between Home and $Home?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
write a program to print * * * * * *
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use