Can an interface inherit a class?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is the purpose of polymorphism?
Why a "operator=(...)" when there is a copy ctor?
what are the uses of C++
What is object and class in oops?
what is the diffrence between c# and c++
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
How long to learn object oriented programming?
How to overload new operator in c++
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
How is exception handling carried out in c++?
What is the Advantage of Interface over the Inheritance in OOPS?