How to overload postfix operator in c++
Answer / r.ramakrishna
Defining the variables in the class of a method after the
method will executed.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is R T T I ?
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
How to overload postfix operator in c++
What are the 5 oop principles?
Can abstract class have normal methods?
What is polymorphism? Explain with an example.
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
string is a class or data type in java?
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 are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
what is multithreading in c++ , what is difference between multithreading and singlethreading.
What is the benefit of oop?