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

difine hierarchical inheritance.

9 Answers   ASD Lab, TCS,


What are the 5 oop principles?

0 Answers  


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


What is object and example?

0 Answers  


features of OOPS

22 Answers   Ness Technologies, Satyam,






Can main method override?

0 Answers  


what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


who is the father of OPPS

4 Answers   Infosys, TCS,


which feature are not hold visual basic of oop?

0 Answers   Ignou,


Who invented oop?

0 Answers  


why c++ is called OOPS? waht is inherutance? what is compiler?

5 Answers  


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


Categories