why reinterpret cast is considered dangerous?
No Answer is Posted For this Question
Be the First to Post Answer
what are the uses of C++
What is pure oop?
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What is the significance of classes in oop?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is the main purpose of inheritance law?
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
Why is abstraction used?
What is the expansion of OOPS?
What is differance between Abstract and Interface
What is the important feature of inheritance?