why overriding?
Answers were Sorted based on User's Feedback
Answer / ejaz
In two classes(having parent child/common interface
relation) methods with same signature and execution of
method decided at run time based on object type.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vic
To elaborate on Ejaz's answer, the run time determination
will only happen if the functions being called were declared
as being virtual.
If they weren't, then the function to be called will be
determined at compile time according to the object type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Why many objects can working together? How objects working togetherM I want to see example code.
What is oops?what is its use in software engineering?
can you explain how to use JavaBean in Project
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
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 meant by files?
What is the benefit of oop?
Whats oop mean?
Have you ever used threads?
Write a program to reverse a string using recursive function?