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?
965What is the default access modifier for a class,struct and an interface declared directly with a namespace?
971
Explain about polymorphism?
Explain the different types of constructors
Can an interface implement or extend another interface?
What are the problems faced by the developer using object oriented programming language?
What is the use if instanceof keyword?
When will you use an interface and abstract class?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is meant by inheritance? what are the advantages of inheritance?
Explain about inheritance?
What is operator overloading and polymorphism?
What are all the languages which support oop?
Explain what an object is.
Can you instantiate an abstract class and what is an inner class?
Explain about abstraction?
Explain persistence?