Define exceptions?
No Answer is Posted For this Question
Be the First to Post Answer
Why we use oops concepts? What is its advantage?
What is the main use of message metaphor in object-oriented programming?
What is the difference between data hiding and implementation?
If a method definition has been specified in class , its 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?
Explain the rationale behind object oriented concepts?
Can an interface inherit from another interface?
What interface must an object implement before it can be written to a stream as an object?
What is inheritance?
What are associative classes?
3 Answers InfoAxon Technologies, Protech,
What is a pure virtual function?
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 do you meant by static and dynamic modeling?