Explain what is object oriented programming language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOAD Interview Questions

What does it mean that a method or class is abstract?

0 Answers  


What is the difference between a class and an object?

0 Answers  


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

0 Answers  


Can we override a method by using same method name and arguments but different return types?

0 Answers  


explain dynamic binding

0 Answers  






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?

0 Answers  


What are the four important foundation concepts of OOP ?

0 Answers   Wipro,


How can we call the base method without creating an instance?

0 Answers  


Difference between composition and inheritance ?

0 Answers  


What is the purpose of late binding in object-oriented programming?

0 Answers  


What's the main difference between arraylist / hashmap and vector / hashtable?

0 Answers  


What is a final variable?

0 Answers  


Categories