What is data binding in oops?
No Answer is Posted For this Question
Be the First to Post Answer
sir plz send me a set of questions that been frequently held in written examination during campus selection.
why to use operator overloading
What are the 4 pillars of oop?
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
Which language is pure oop?
What is oops and its features?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
explain sub-type and sub class? atleast u have differ it into 4 points?
Can a destructor be called directly?
how can we design a magic square in c++?or suggest me the basic idea of it.
can we make a class static without using static keyword?
What is object and example?