List out some of the OODBMS available?
Answer / subham chaudhary
GEMSTONE/OPAL of Gemstone systems.
ONTOS of Ontos.
Objectivity of Objectivity inc.
Versant of Versant object technology.
Object store of Object Design.
ARDENT of ARDENT software.
POET of POET software.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an Object/Instance?
What's the best free c++ profiler for windows?
What's the "software peter principle”?
What is name hiding in c++?
Explain how overloading takes place in c++?
Which compiler does turbo c++ use?
What is the stack?
What are multiple inheritances (virtual inheritance)?
What are the advantages of C++ programming compared to C programming?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Explain virtual functions in C++.
Explain working of printf?