SchoolConnects

Other Chapters For 12th

Tags

12th Class Chapter No 12 - Inheritance and polymorphism in Computers for ISC

Polymorphism means "many forms", and it occurs when we have many classes that are related to each other by inheritance. Like we specified in the previous chapter; Inheritance lets us inherit attributes and methods from another class. Polymorphism uses those methods to perform different tasks.
Posted in 12th on August 05 2020 at 02:23 PM

ISC 12th CLASS Computers OTHER CHAPTERS

  • 12th-class Computers Chapter 14

    Big O notation is the most common metric for calculating time complexity. It describes the...
  • 12th-class Computers Chapter 13

    In computer science, a data structure is a data organization, management, and storage format...
  • 12th-class Computers Chapter 11

    The process in which a function calls itself directly or indirectly is called recursion and the...
  • 12th-class Computers Chapter 10

    An array is a collection of like variables that share a single name. Usually, the array size is...
  • 12th-class Computers Chapter 9

    Functions/methods (as abstractions for complex user defined operations on objects), functions...
  • 12th-class Computers Chapter 8

    Statements; conditional (if, if-then-else, switchbreak, ?: ternary operator), looping (for,...
  • 12th-class Computers Chapter 7

    Variables as names for values; expressions (arithmetic and logical) and their...
  • 12th-class Computers Chapter 6

    Wrapper classes are objects encapsulating primitive Java types. Each Java primitive has a...
  • 12th-class Computers Chapter 5

    An object is an abstract data type with the addition of polymorphism and inheritance. Rather...
  • 12th-class Computers Chapter 4

    Simple: Java is a simple language because its syntax is simple, clean, and easy to understand....

Comments (0)

No login
×