why reinterpret cast is considered dangerous?
How is class defined?
What is purpose of inheritance?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Can a varargs method be overloaded?
Why do pointers exist?
what is different between oops and c++
Whats oop mean?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is balance factor?
What is polymorphism give a real life example?
to find out the minimum of two integer number of two different classes using friend function
Why do while loop is used?
What do you mean by Encapsulation?
What is for loop and its syntax?