பல்லுருத்தோற்றம் (கணிப்பொறி அறிவியல்): திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
Natkeeran (பேச்சு | பங்களிப்புகள்)
"பொருள் நோக்கு நிரலாக்கத்..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
Natkeeran (பேச்சு | பங்களிப்புகள்)
No edit summary
வரிசை 3:
== எடுத்துக்காட்டுக்கள் ==
=== பி.எச்.பி ===
===PHP===
 
<source lang=php>
<?php
வரி 60 ⟶ 58:
</source>
 
=== பெர்ள் ===
===Perl===
Polymorphism in [[Perl]] is inherently straightforward to write because of the language's use of [[Sigil (computer programming)|sigils]] and [[Reference (computer science)|references]]. This is the <code>Animal</code> example in standard OO Perl: