Answer Posted / tauseef
Sparx Architect .
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a class and a structure?
What is dynamic or run time polymorphism?
What is composition? Explain the purpose of composition.
What are all the operators that cannot be overloaded?
Explain about a class in oop?
What is the benefit of Composition over Inheritance?
Name some languages which have object oriented language and characteristics?
Write a note on encapsulation?
Explain about the analysis phase?
Differentiate between a class and a method.
What is the use if instanceof keyword? And how do refer to a current instance of object?
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 are the access modifiers?
What is a ternary operator?
Explain what you understand by function overloading.