Answer Posted / poornima.r
static means constant
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
#include
What are the 3 principles of oop?
officer say me - i am offered to a smoking , then what can you say
What is abstract class in oop?
Which language is pure oop?
What is the example of polymorphism?
Explain the advantages of inheritance.
What makes a language oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How can you overcome the diamond problem in inheritance?
Can we override main method?
Which language is not a true object oriented programming language?
What is difference between multiple inheritance and multilevel inheritance?