What is an interface?
No Answer is Posted For this Question
Be the First to Post Answer
What do you meant by "SBI" of an object?
What is a ternary operator?
What is difference between polymorphism and normalization?
Can encapsulation be called as a security device?
Differentiate between a class and a method.
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?
What are the main features of oops?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What are the basic concepts of oop?
What is the difference between a virtual method and an abstract method?
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?
What is the use of interface?