what is difference between objects and function

Answers were Sorted based on User's Feedback



what is difference between objects and function..

Answer / jothi basu.m

sir... my answer is objects contains some number of function
and constructors but functions does not contain objects

Is This Answer Correct ?    7 Yes 1 No

what is difference between objects and function..

Answer / saurabh sharma

with the help of object we can call the function of the
class .and with the help of function we can reduce the
redundency.

Is This Answer Correct ?    4 Yes 0 No

what is difference between objects and function..

Answer / 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

More OOPS Interview Questions

what is meant by files?

4 Answers   Infosys,


What is the point of oop?

0 Answers  


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?

0 Answers  


What is Dynamic Polymorphism?

13 Answers  


what is inline function?

3 Answers  


why the argument is passed by reference to a copy constructor?example?

2 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


what is the sylabus for priliminaries?

0 Answers  


What is multidimensional array?

1 Answers  


143.what is oops principles?

10 Answers  


Why multiple inheritance is not allowed?

0 Answers  


Categories