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
What is the purpose of polymorphism?
Write a c++ program to display pass and fail for three student using static member function
Can a destructor be called directly?
Can we define a class within the interface?
What is the types of inheritance?
which feature are not hold visual basic of oop?
What is meant by multiple inheritance?
Is data hiding and abstraction same?
How to improve object oriented design skills?
What are the components of marker interface?
Can private class be inherited?
Why is static class not inherited?
What is the renewal class?
What is a superclass in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?