So I am learning the Polymorphism now, i simply cannot understand why would i override a function in the base class from the subclass instead of overloading the function in the base class so i could call it with different parameters. Could someone please explain this to me? Maybe I am just missing something here..
Polymorphism - why not overloading instead
187 Views Asked by Kesem David At
0
There are 0 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in POLYMORPHISM
- Inheritance and Polymorphism in C#
- Downcast from a container of Base* to Derived* without explicit conversion
- Visual C++ - Virtual method is not overriden
- symbol(s) not found for architecture x86_64 c++
- laravel reverse polymorph issue
- polymorphic methods that return different class types in Swift?
- Polymorphic Data Translation/Conversion Design Pattern
- Why can't I call protected virtual base class function in the derived class overridden function?
- Best practice to set large amount of properties in C# base class from derived class
- Actual class of object reference
- Static and Dynamic Binding in Java
- Polymorphism - why not overloading instead
- I am having problems understanding inheritance and getting multiple classes to work together?
- Java polymorphism through injection at runtime
- Difference between runtime and compile time polymorphism in c++
Related Questions in OVERLOADING
- C# check if there is an overload method with the specific type
- Does function pointers work while I am overloading the functions?
- c++ va_list function overload
- The best overload match has some invalid agruements c#
- Resolving ambiguities for overloaded functions
- Function overloading with template
- C# function reference to an overloaded method
- Best way to "overload" function in python?
- Overloading Selenium WebDriver Test Cases with DataProvider
- Polymorphism - why not overloading instead
- Providing new version of existing macro with parameters
- distinguish between read and write using operator [] overloading in c++
- overloading a function which differs from the original only by "const" in parameter list
- Overloading Present for multiple arguments
- How to disambiguate the Type.GetProperty method in Powershell?
Related Questions in OVERRIDING
- Implementing Iterator for abstractCollection
- Overriding product list in magento
- overriding custom adapter for list view
- django rest framework - adding to views.obtain_auth_token
- WordPress - Failing to override woocommerce templates
- How to call ".done" after the ajax call in Backbone fetch calls
- Django models: managing transactions when commit_manually is deprecated
- Coherence config default override path
- Spring MVC 2.5 Command object value is changed on form submit
- Swift Compiler Error when overriding function of subclass inheriting from NSObject that is declared within a function
- Changing signature while Overriding in C++
- Polymorphism - why not overloading instead
- I need to check if a method is overridden
- What happens when a method is overridden in Java?
- subclass elements from an arraylist won't use the overriden method in Java
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?