what is the technical or oop name of object?
Where is pseudocode used?
What type of loop is a for loop?
What is command routing in MFC
why to use operator overloading
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
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.
Write a program in c++ to read two floating point numbers and find their sum and average.
What is polymorphism and example?
Can we have inheritance without polymorphism?
what is namespace? what are the uses of namespace?
What is encapsulation in oops?
Can we create object of interface?