![]() Related Questions Virtual destructors: If an object (with a non-virtual destructor) is destroyed explicitly by applying the delete operator to a base-class pointer to the object, the base-class destructor function (matching Latest Answer : Virtual constructor is not build-in C++ feature but it doesn't mean its not used by devs in code and in conversations. There are many other things that doesn't exist in particular language yet, people find ways around to solve it (SingleTon, Virtual Constructor, ... Latest Answer : look this code which tells we can Create an object for pure virtual function:Class Base{ public: virtual void fun()=0;};class deri:public base{ void fun(){ cout Read Answers (4) | Asked by : Pankaj Tags : Abstract Latest Answer : When the operator operates on the user defined data type or operands behaves same as it operates on inbuilt data type that mechanism is known as operator overloading. The operator that performs the specific task on inbuilt data type  performs similar ... Read Answers (6) | Asked by : santoshMudholam Latest Answer : Frame window houses the View window besides toolbar, menubar and status bar. Its a parent window to the view. View is a visual representation of the document ( data ) . Document is where you can store/retrive the data using Serialize function. ... Read Answers (1) | Asked by : Purush Latest Answer : Document / view means to separate the logic and the data is easy for coding, all data are declared inside the document.h file and implementation is done inside the document.cpp file, the display properties are mentioned inside the view. ... Read Answers (1) | Asked by : purush Latest Answer : IN docview ..acually weuse 3 tier architecture...we seperate the implementationin data,logic,view(GUI)so that if we can change these component independently......this all is to make the design extendible & to reduce couplingin mdi we can have different ... Read Answers (1) | Asked by : aaaaa i know that function name is same. but each time we are writing code for each function.then in which way it is advantageous than normal function. What are the advantages of inline functions over macros? Latest Answer : Inline function very much confused to use it or not.Well I want to just tell you that it has large number of disadvantages than advantages
Inline function works faster than normal function. They are included in the code where the function call appears. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||