What are the benefits of interface?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of classes in c++;
143.what is oops principles?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
What is Object and Class? What are the differences between them?
what is the use of mutable key word
Why do we use oops?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
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 encapsulation in ict?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
In which cases you use override and new base?