Answer Posted / saurabh
when we create the data member of the class by using d syntax
class
{
static int a;
};
static int a;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is inheritance and how many types of inheritance?
Why do we use oop?
Can you explain polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is the problem with multiple inheritance?
What is abstraction in oops?
What is object in oop with example?
What is abstraction in oop?
What is encapsulation in oop?
Why is oop useful?
What is ambiguity in inheritance?
What is inheritance write a program to show use of inheritance?
What are the advantages of polymorphism?
What is oops in simple words?