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 pointer in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What does enum stand for?
What is polymorphism in oops with example?
What are the features of oop?
What is for loop and its syntax?
What is destructor oops?
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!!!)
to find out the minimum of two integer number of two different classes using friend function
Where You Can Use Interface in your Project
What is polymorphism what is it for and how is it used?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is multilevel inheritance?
What is constructor overloading in oop?
What is oops and its features?