What is solid in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Can bst contain duplicates?
Why is there no multiple inheritance?
What is polymorphism and its types?
What is the renewal class?
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
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 oops with example?
//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }
what is the basic concept of inheritance?
What is oops concept with example?
what is oops
What is meant by oops concept?