What is constructor in oop?
No Answer is Posted For this Question
Be the First to Post Answer
diff between Virtual mathod and abstract method?
What is static in oop?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is inheritance write a program to show use of inheritance?
How can you overcome the diamond problem in inheritance?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What are two types of polymorphism?
What is the use of oops?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
Write a program in c++ to read two floating point numbers and find their sum and average.
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.
Why is abstraction used?