Answer Posted / anumohan
when instance of that class is created by creating object
to the class
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the benefits of oop?
What is abstract class in oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism used for?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the types of inheritance?
#include
What is abstraction in oop with example?
What are the important components of cohesion?
What is ambiguity in inheritance?
How can you overcome the diamond problem in inheritance?
Why polymorphism is used in oops?
What is solid in oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading