Name some pure object oriented languages?
Answer / atul shankhwar
Smalltalk,
Java,
Eiffel,
Sather.
Is This Answer Correct ? | 0 Yes | 0 No |
When to use “const” reference arguments in a function?
What is c++ and its features?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
what is the C++
Why do we use classes in programming?
What is c++ redistributable?
Do we have private destructors?
What is the use of object in c++?
How do I run c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What information can an exception contain?
How does java differ from c and c++?