245 views
0 votes
0 votes
In C++ and  java which of the following features is not essential for polymorphic behaviour of programs?

A) Inheritance

B) Method overriding

C) Method overloading

D) Encapsulataion

The question was asked in GSET  2018(Gujarat State Eligibilty Test ). According to the answer key , Option C is correct, but How? Isn't Method overloading a

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
sherlock_john asked Oct 13, 2018
131 views
Consider the functional dependency set:F= ABC - D, B - E, E - AIdentify the correct statementa) A can be dropped from F.b) B can be dropped from F.c) C can be dropped fro...
0 votes
0 votes
0 answers
2
sherlock_john asked Oct 13, 2018
215 views
Which model reduces the cost of development of a software?A) waterfallB) PrototypingC) IterativeD) Non - iterative Correct ans is A, How?