Why do we use encapsulation in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the point of oop?
can inline function declare in private part of class?
what is static?
What is cohesion in oop?
which is best institute to learn c,c++ in ameerpet hyderabad
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.
Can you name some types of inheritance?
why to use operator overloading
write a c++ program to find maximum of two numbers using inline functions.
What's the full form of STL?