Answer Posted / rajdeep
object is the part of class.if there is no member function is initialize in function then we can call the function without object.Object always store in heap and function alway store in stack.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
What exactly is polymorphism?
When not to use object oriented programming?
What is the oops and benefits of oops programming?
What is polymorphism oop?
Can we override main method?
What is object-oriented programming? Webopedia definition
What is overloading in oops?
What is the difference between a mixin and inheritance?
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 cohesion in oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Get me an image implementation program. Why do pointers exist? write knight tour problem which is present in datastructure