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
What is the difference between static polymorphism and dynamic polymorphism?
Why it is called runtime polymorphism?
What is multilevel inheritance explain with example?
What is oops in simple words?
How to call a non virtual function in the derived class by using base class pointer
What does and I oop mean in text?
What is polymorphism used for?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what is the sylabus for priliminaries?
Why do we use class in oops?
What are the types of abstraction?
What is protected in oop?
What is pure oop?
What does sksksk mean in text slang?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?