Answer Posted / harsha
context,object are created in RAM. context is created
once.static methods implementaion , static varibles loads
into context only once.All those staic members avilable to
each other obviously.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is polymorphism and its types?
What is the important feature of inheritance?
Why is destructor used?
What is meant by oops concept?
What is encapsulation oop?
Write a c++ program to display pass and fail for three student using static member function
Can we define a class within the interface?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What are the important components of cohesion? What is class and example? Write a program to implement OOPS concepts such as
inheritance, polymorphism, friend function, operator
overloading? Write a program to sort the number with different sorts in
one program ??
What is the fundamental idea of oop? Get me a number puzzle game-program What is polymorphism and example?