What is constructor overloading in oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

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

0 Answers  


function overridind means and simple program

2 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


Write pseudo code for push in a stack?

2 Answers   emc2,


what is abstract class ? when is used in real time ? give a exp

5 Answers  


what is namespace? what are the uses of namespace?

1 Answers  


difference between structure and union.

2 Answers   ADP, Convergys,


Why we are use # in begning of programme of c++.

2 Answers   Syntel,


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


Program to check whether a word is in all capital letters

1 Answers  


Categories