Answer Posted / neeraj03
'string' keyword is not valid in java, 'String' is the
correct keyword and it's a class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by multiple inheritance?
why reinterpret cast is considered dangerous?
What is overriding in oops?
Can a destructor be called directly?
What is a class and object?
Why polymorphism is used in oops?
How to use CMutex, CSemaphore in VC++ MFC
What is encapsulation selenium?
Why is there no multiple inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
what is different between oops and c++
Why is polymorphism needed?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is property in oops?