Prepare me a program for the animation of train
How to create a comment page in C #??
What is polymorphism what is it for and how is it used?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
to find out the minimum of two integer number of two different classes using friend function
What is the difference between the c++ & java?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
What is persistence in oop?
Can we create object of class with private constructor?
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 are virtual classes?
What is oops in simple words?
What do you mean by overloading?