Polymorphism: Difference between revisions

Changed formatting, removed "TODO" entries. *every* language is "TODO"
(Changed formatting, removed "TODO" entries. *every* language is "TODO")
Line 1:
{{task}}
 
Create two classes Point(x,y) and Circle(x,y,r) with a polymorphic function print, accessors for (x,y,r), copy constructor, assignment and destructor and every possible default constructors
<div class="messagebox">
Create two classes Point(x,y) and Circle(x,y,r)
with a polymorphic function print, accessors for (x,y,r),
copy constructor, assignment and destructor
and every possible default constructors
</div>
 
==[[Ada]]==
[[Category:Ada]]
Line 757 ⟶ 751:
}
}
 
==[[D|D TODO]]==
[[Category:D]]
'''Compiler:''' [[DMD]],[[GDC]]
 
==[[Forth|Forth TODO]]==
[[Category:Forth]]
 
==[[Fortran|Fortran TODO]]==
[[Category:Fortran]]
 
==[[Java]]==
Line 805 ⟶ 789:
}
}
 
==[[JavaScript|JavaScript TODO]]==
[[Category:JavaScript]]
 
 
==[[Perl|Perl TODO]]==
[[Category:Perl]]
'''Interpeter:''' [[Perl]]
 
 
==[[PHP|PHP TODO]]==
[[Category:PHP]]