what is object slicing?

Answer Posted / guest

dividing ith object

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is abstraction needed?

571


what type of question are asked in thoughtworks pair programming round ?

1766


What is polymorphism programming?

607


What is the use of oops?

625


What is abstraction encapsulation?

663






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

1702


Why is oop useful?

605


What are properties in oop?

613


What is multilevel inheritance explain with example?

630


what is graphics

2014


What is object in oops?

617


What is overloading in oops?

599


What is inheritance in simple words?

629


What is persistence in oop?

677


What are constructors in oop?

598