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 are the important differences between c++ and java?
What can I use instead of namespace std?
Is main a class in c++?
class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4
What is the use of setfill in c++?
How java is different from c and c++?
is throwing exception from a constructor not a good practice ?
Explain the difference between using macro and inline functions?
What is c++ redistributable?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
If you don’t declare a return value, what type of return value is assumed?
What does flush do c++?