What is balance factor?
No Answer is Posted For this Question
Be the First to Post Answer
why freind function takes more parameter than normal member function in c++?
can we make a class static without using static keyword?
What is encapsulation?
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
How to overload new operator in c++
What is this pointer in oop?
What is polymorphism what is it for and how is it used?
what is opps?why it is use in programming language?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
What is object-oriented programming? Webopedia definition
What is abstraction in oop with example?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.