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
Why is oop better than procedural?
officer say me - i am offered to a smoking , then what can you say
What are main features of oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is encapsulation in ict?
How to improve object oriented design skills?
Why is abstraction needed?
What are the components of marker interface?
Is react oop?
How to call a non virtual function in the derived class by using base class pointer
How do you define a class in oop?
What is encapsulation in oop?
What is destructor in oop?
Templates mean
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?