Explain method of creating object in C++ ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the operator in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is helper in c++?
What is abstract class in c++?
Explain polymorphism?
What is the benefit of c++?
What is the use of data hiding?
Check for Balanced Parentheses using Stack?
Difference between declaration and definition of a variable.
Can member data be public?
What is the this pointer?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same