What is constructor overloading in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Child cObj = new Parent() Wahts the output ?
A file pointer always contains the __________ of the file
What is difference between polymorphism and inheritance?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
can main method be overloaded...??? How..????
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What is a unary operator?
Should you protect the global data in threads? Why or why not?
What do you mean by stack program? Get me an example stack program?
What is a class?
32 Answers Infosys, TCS, Thylak,
what i oops concept, how many languages supports oops concept?
Write a program to get the binary tree.