Why interface is used?
No Answer is Posted For this Question
Be the First to Post Answer
explain the concepts of oops?
What is ambiguity in c++
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 causes polymorphism?
Why is abstraction used?
What is an object?
what is SPL in c++.
Why do we use inheritance?
What is destructor in oop?
Write a program to demonstrate the use of 'Composition' in C++
What is protected in oop?
what is inline function?