what is difference between objects and function
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Why is there no multiple inheritance?
Can private class be inherited?
what is ltti
What is the difference between C++ and java?
Can you explain polymorphism?
Write a program to sort the number with different sorts in one program ??
What is an interface in oop?
What is destructor example?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
In c++ there is only virtual destructors, no constructors. Why?
explain sub-type and sub class? atleast u have differ it into 4 points?