Why is java not fully objective oriented?
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?
What is the difference between multiple and multilevel inheritance?
Can you define OOP and principles of OOP?
Comment: C++ "includes" behavior and java "imports"
Why is message passing between the objects important?
What is SRD(System Requirement document), FSD (Functional Specification Document), RSD (Requiremnet specific document)? If these are different document wat are there contents?
1 Answers College School Exams Tests, HP, Infosys,
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Why are outlet connections required in object-oriented programming?
Explain the abstract class modifier?
Which oops concept exposes only necessary information to the calling functions?
Differentiate between a class and a method.
Why does java not support multiple inheritance?