Which method cannot be overridden?
No Answer is Posted For this Question
Be the First to Post Answer
what is an instance of a class
What is the main feature of oop?
swapping program does not use third variable
Why oops is important?
what is namespace? what are the uses of namespace?
Why is encapsulation used?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
What is a scope operator and tell me its functionality?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
How do you make derived class as an abstract class?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
Explain the advantages of inheritance.