What is the types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
What is virtual Function.
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is a class?
32 Answers Infosys, TCS, Thylak,
What is oops concept with example?
What are constructors in oop?
Precompilation ?
4. What do you mean by a prototype? Define analysis prototype
what is the diffrence between c# and c++
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
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.
how to find the largest of given numbers in an array