Skip to main content

4 docs tagged with "Abstract Class"

View All Tags

Abstract Class

Abstract Class. Topics on: Class that cannot be instantiated, Object Reference that cannot be created, containing Abstract Method. Read more: JS, JS Concepts, J

EventTarget

EventTarget is defined as: Top-level Abstract Class Interface extends most objects with ability to receive Events or add Event Listener. Topics on: Event, .addE

Node

Node is defined as: DOM Interface & Abstract Class upon which every member in DOM Tree are based. Topics on: Abstract Class, Node instance properties, Node inst

React.Component

React.Component is defined as: base Abstract Class that provides render() method to return React Element(s), state & Lifecycle Methods. Topics on: !deprecated c