Can we create object of abstract class?
No Answer is Posted For this Question
Be the First to Post Answer
What are callback functions in c++
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.
What is the problem with multiple inheritance?
What are the different forms of polymorphism??
How many human genes are polymorphic?
What is oops concept with example?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
which feature are not hold visual basic of oop?
what is difference between class template and template class?
what is Class in oops with example?
Can enum be null?