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 it so that we can have virtual constructors but we cannot have virtual destructors?
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
WAP find square root of any number (without using sqrt() )?
how does a main() in C++ is different from main() in C?
Get me a number puzzle game-program
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
what is Class in oops with example?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
What is polymorphism and types?
Are polymorphisms mutations?
What is the real time example of inheritance?