Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in polymorphism

Intrinsic Assignment and Polymorphism in Fortran 2003

Not sure if I am using polymorphism correctly and if I am can I only call methods that are in the parent

c# polymorphism

Is it possible in Fortran to determine if two polymorphic objects are the same derived type?

What is "unbounded dynamic polymorphism" in Smalltalk

polymorphism smalltalk

C++ How to call a subclass function

Is it possible to implement 'override'-like functionality in C++03

Serialise polymorphic JavaScript objects

Calling method of child class on a vector of parent class

C++ templates with derived classes

c++ polymorphism, name resolution for derived class

Polymorphism: a constant versus a function

haskell types polymorphism

Calling virtual functions inside member functions

Finding subclass member in a list of superclass. C#

c# polymorphism

Can't make a vector of a class containing a ptr_vector<an_abstract_class>

Is there a way to pass an operator with unknown type in haskell?

Is there any way to access variables from a child class given a list of objects defined as the parent?