Can an interface inherit a class?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
What is variable example?
What is the difference between static polymorphism and dynamic polymorphism?
What polymorphism means?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
What are the benefits of oop?
What is a superclass in oop?
what is the difference between class and object?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
what is cast operator?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }