In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / sahasra
We can call it as the interface also in case of java,where
the interface contains only definiton where as
implementation is in other classes which are implemented
this interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is recursion?
What is the difference between ++ count and count ++?
How the virtual functions maintain the call up?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is problem with overriding functions?
What is the best c++ compiler?
What does #define mean in c++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain rtti.
Why do we use classes in programming?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is the use of data hiding?
What are c++ tokens?
When do we run a shell in the unix system? How will you tell which shell you are running?
Explain the benefits of proper inheritance.