hi, this is raju,iam studying b.tech 2nd year,iam want know
about group1 and group2 details, and we can studying
without going to any instutions? please help me.
No Answer is Posted For this Question
Be the First to Post Answer
What is the renewal class?
What is abstraction in oops?
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 type of question are asked in thoughtworks pair programming round ?
Advantage and disadvantage of routing in telecom sector
Why and when is a virtual destructor needed?
what is the size of an empty class
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
What are the 3 principles of oop?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)