Skip to content
No results
  • Home
  • Tutorials
    • Java
    • Selenium
    • Python
    • HTML
    • CSS
    • JavaScript
    • PHP
    • Computer
    • Computer GK
  • Interview
    • Core Java
      • OOPs Concepts
      • String
      • Collections
    • Selenium
      • Java
      • Automation Testing
      • TestNG
      • Selenium Framework
      • Company IQ
    • Python
  • MCQ Quiz
    • Python Quiz
  • Offline Coding Classes
  • Blog
Scientech Easy logo
Scientech Easy
  • Home
  • Tutorials
    • Java
    • Selenium
    • Python
    • HTML
    • CSS
    • JavaScript
    • PHP
    • Computer
    • Computer GK
  • Interview
    • Core Java
      • OOPs Concepts
      • String
      • Collections
    • Selenium
      • Java
      • Automation Testing
      • TestNG
      • Selenium Framework
      • Company IQ
    • Python
  • MCQ Quiz
    • Python Quiz
  • Offline Coding Classes
  • Blog
Scientech Easy logo
Scientech Easy
  • Other

Exploring DevOps World: Tools, Practices, and Benefits

In today’s fast-paced world, agility, collaboration, and automation have become the foundation of successful software development and deployment. DevOps, a small wallet of “development” and “operations,” shows a reframing perspective that integrates these principles into the software development life cycle.…

Read MoreExploring DevOps World: Tools, Practices, and Benefits
  • DEEPAK GUPTA
  • October 2, 2023
  • Python

Multiple Inheritance in Python (with Example)

An example of multilevel inheritance in Python

When a class is derived from more than one base class, this types of inheritance is called multiple inheritance in Python. It allows a child class to inherit all the properties and methods from multiple parent classes. In the multiple…

Read MoreMultiple Inheritance in Python (with Example)
  • DEEPAK GUPTA
  • September 29, 2023
  • Python

Multilevel Inheritance in Python (with Example)

An example of multilevel inheritance in Python

When a class is derived from a class which is also derived from another class, it is called multilevel inheritance in Python. In multilevel inheritance, a child class becomes a parent class for another child class, which accesses all the…

Read MoreMultilevel Inheritance in Python (with Example)
  • DEEPAK GUPTA
  • September 28, 2023
  • Python

Single Inheritance in Python (with Example)

Single inheritance in Python

Single inheritance, as the name suggests, allows a class to inherit properties and behavior from a single parent class. In other words, when a child class inherits only a single parent class, it is called a single inheritance in Python.…

Read MoreSingle Inheritance in Python (with Example)
  • DEEPAK GUPTA
  • September 27, 2023
  • Computer

What is Memory in Computer: Types, Units

Computer memory hierarchy

A computer is an electronic device that we use to perform various tasks in science, technology, engineering, business, education, entertainment, and many other fields. It works at a very high speed and can handle a large amount of data with…

Read MoreWhat is Memory in Computer: Types, Units
  • DEEPAK GUPTA
  • September 26, 2023
  • Python

Types of Inheritance in Python

Different types of inheritance in Python

Inheritance in Python is a mechanism that allows a new class to inherit all the attributes and methods of an existing class. It is one of the most important feature of OOPs concept in Python because it promotes reusability, readability,…

Read MoreTypes of Inheritance in Python
  • DEEPAK GUPTA
  • September 20, 2023
  • Python

Inheritance in Python (with Example)

How features of superclass is inherited in subclass via inheritance in Python

Inheritance is a powerful object-oriented programming feature offered by Python. This powerful feature allows to one class to inherit the properties and behaviors of another class. For example, some classes can have common members like fields / variables or methods…

Read MoreInheritance in Python (with Example)
  • DEEPAK GUPTA
  • September 18, 2023
  • Python

Static Method in Python

A method defined with an @staticmethod decorator in a class is called static method in Python. Similar to the class method, this method also belongs to a class rather than an instance of the class. Since a static method does…

Read MoreStatic Method in Python
  • DEEPAK GUPTA
  • September 16, 2023
  • Python

Class Method in Python

When we define a method using @classmethod decorator inside a class, it is called class method in Python. This method is independent of any specific instance of the class. A class method is related to class rather than instances created…

Read MoreClass Method in Python
  • DEEPAK GUPTA
  • September 15, 2023
Prev
1 … 36 37 38 39 40 41 42 … 114
Next

Join Our Community for the Latest Tutorials and IT Job Updates!

  • Telegram Channel
  • WhatsApp Channel
  • Facebook Group

Scientech Easy | 8 Years of Excellence

Learn programming and computer technology with practical tutorials, coding examples, interview questions, and quizzes.

Follow Us Online

Resources

  • About Us
  • Blog
  • Contact Us
  • Privacy Policy
  • Sitemap

Get in Touch

  • Address: 4A, Shiv Shakti Complex, Joraphatak Road , Dhanbad, Jharkhand , India
  • Email: contact@scientecheasy.com
  • Mobile: 7979027618
  • Opening hours Mon - Sat : 9AM - 8PM

Copyright © (2018 - 2026) - Scientech Easy. All rights reserved. Developed by Scientech Easy