What are the basic concepts of oop?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between Aggregation and containment?
Can you create an instance of an interface?
Why we use oops concepts? What is its advantage?
What is meant by function overloading and function overriding?
What are manipulators?
Why dynamic binding is used in object-oriented programming?
What are the problems faced by the developer using object oriented programming language?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
What is multiple inheritance? How java 8 supports multiple inheritance?
What is the use of destructive method?
Can we override static methods of a class?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?