What is coupling in oop?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is byval and byref? What are differences between them?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Which method cannot be overridden?
inheritence with example
What is the diamond problem in inheritance?
what is the technical or oop name of object?
how to find the largest of given numbers in an array
What is data binding in oops?
what is static?
What is a class and object?
why to use operator overloading