Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Perl
265+ articles
Perl-OOP
8 posts
Recent Articles
Popular Articles
Perl | Encapsulation in OOPs
Last Updated: 12 April 2023
Encapsulation in Perl is the process of wrapping up of data to protect it from the outside sources which need not have access to that part of the code. Encapsulation is a ...
read more
Perl
Picked
Perl-OOP
Perl | Methods in OOPs
Last Updated: 13 April 2023
Methods are used to access and modify the data of an object. These are the entities which are invoked with the use of objects of a class or a package itself. Methods are b...
read more
Perl
Perl-OOP
Object Oriented Programming (OOPs) in Perl
Last Updated: 13 April 2023
Object-oriented programming: As the name suggests, Object-Oriented Programming or OOPs refers to languages that uses objects in programming. Object-oriented programming ai...
read more
Perl
Perl-OOP
Perl | Method Overriding in OOPs
Last Updated: 13 April 2023
In any object-oriented programming language, Overriding is a feature that allows a subclass or child class to provide a specific implementation of a method that is already...
read more
Perl
Picked
Perl-OOP
Perl | Inheritance in OOPs
Last Updated: 12 April 2023
Inheritance is a key concept in object-oriented programming that allows you to define a new class based on an existing class. The new class, called a subclass or derived c...
read more
Perl
Picked
Perl-OOP
Perl | Classes in OOP
Last Updated: 13 April 2023
In this modern world, where the use of programming has moved to its maximum and has its application in each and every work of our lives, we need to adapt ourselves to such...
read more
Perl
Picked
Perl-OOP
Perl | Objects in OOPs
Last Updated: 13 April 2023
Perl is an Objected Oriented, dynamic and interpreter based programming language. In object-oriented programming, we have three main aspects, which are, object, class, and...
read more
Perl
Picked
Perl-OOP
Perl | Polymorphism in OOPs
Last Updated: 12 April 2023
Polymorphism is the ability of any data to be processed in more than one form. The word itself indicates the meaning as poly means many and morphism means types. Polymorph...
read more
Perl
Picked
Perl-OOP
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !