Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Programming Language
336+ articles
Solidity
112+ articles
Blockchain
92+ articles
Solidity OOPs-Concepts
4 posts
Recent Articles
Solidity - Deploy a Smart Contract for Marks Management System
Last Updated: 23 July 2025
Solidity is a high-level language. The structure of smart contracts in solidity is very similar to the structure of classes in object-oriented languages. The solidity file...
read more
Solidity
Solidity OOPs-Concepts
Solidity - Polymorphism
Last Updated: 20 February 2023
Polymorphism is the ability to process data in more than one form. Like any other programming language, Solidity also supports polymorphism. Solidity supports two types of...
read more
Programming Language
Solidity
Blockchain
Solidity OOPs-Concepts
Solidity - Inheritance
Last Updated: 10 March 2026
Inheritance is an important feature of object-oriented programming that allows a contract to extend the functionality of another contract. In Solidity, contracts can inher...
read more
Programming Language
Solidity
Blockchain
Solidity OOPs-Concepts
Solidity - Encapsulation
Last Updated: 20 February 2023
Encapsulation is fundamental and one of the most important concepts of object-oriented programming languages. It refers to the mechanism of manipulation of the scope of va...
read more
Programming Language
Solidity
Blockchain
Solidity OOPs-Concepts