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 class and object in oops?
Explain virtual inheritance?
What is balance factor?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is encapsulation oop?
What is abstraction in oop with example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the difference between a constructor and a destructor?
Which method cannot be overridden?
what type of question are asked in thoughtworks pair programming round ?
What is an example of genetic polymorphism?
What is inheritance write a program to show use of inheritance?
What is oops and its features?
What is the difference between procedural programming and oops?
What is the use of oops?