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
Why multiple inheritance is not possible?
Can you explain polymorphism?
What do you mean by abstraction?
What are objects in oop?
What is the difference between a mixin and inheritance?
What is advantage of inheritance?
What are the three parts of a simple empty class?
What is polymorphism and its types?
What is object in oops?
Is data hiding and abstraction same?
Which method cannot be overridden?
What is the important feature of inheritance?
Can a destructor be called directly?
What polymorphism means?
What are classes oop?