What are functions in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of oop over procedural language?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
what is virtual function?
why to use template classes in c++?
What does the keyword "static" mean?
What is the purpose of enum?
4. What do you mean by a prototype? Define analysis prototype
write a program that takes input in digits and display the result in words from 1 to 1000
How to call a non virtual function in the derived class by using base class pointer
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
what is oops
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?