Answer Posted / muthu_tek
emp e;//default constr
emp e(10);//paramatrisized constr
emp e(e1);//copy constr
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How do you define a class in oop?
Please send ford technologies placement paper 2 my mail id
What is protected in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is class and object with example?
What is basic concept of oop?
What is the point of polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
How to hide the base class functionality in Inheritance?
What are the two different types of polymorphism?
What language is oop?
What is the example of polymorphism?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What does and I oop and sksksk mean?
What is encapsulation and abstraction? How are they implemented in C++?