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 |
Write syntax to define friend functions in C++.
What are containers in c++?
Can you please explain the difference between using macro and inline functions?
What are put and get pointers?
What is protected inheritance?
How many types of modularization are there in c++?
Is eclipse good for c++?
What are the two types of polymorphism?
What is a wchar_t in c++?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
Define upcasting.
Describe the advantages of operator overloading?