Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: Abstract

Abstract method and abstract class

1. Abstract class The purpose of an abstract class is to mark certain classes that cannot be initialized, but can only be inherited and polymorphic, such as Animal is an animal class, there is n

October 3, 2021By Simo Software Design Abstract, class, methodLeave a Comment

Abstract class and normalization

import abc
class Animal(metaclass=abc.ABCMeta): # Can only be inherited, not instantiated
@abc.abstractmethod
def run(self):
pass
@abc.abstractmethod
def eta(self):
pass
class Pople(Animal):

October 3, 2021By Simo Software Design Abstract, class, returnLeave a Comment

OOP – object-oriented design principle abstraction

While reading abstraction, I came across the following statement

“Abstraction only captures the details of objects related to the current perspective”

For example.
From the driver’s poi

October 3, 2021By Simo Software Design Abstract, design, object-oriented, OOP, principleLeave a Comment

How to call abstract methods from abstract classes called by inheritance class

I want to call the method of the abstract class from the abstract class called by the inherited class.

Abstract class:

public abstract class Abstract {
protected void updateMotionY(flo

October 3, 2021By Simo Software Design Abstract, abstraction, call, class, How to inherit, methodLeave a Comment

EUREKA (1) Terminology Detained (Using specific things to understand abstract concept)

Recently, I have been relatively idle, so I studied the principle, implementation, and cluster construction of eureka by myself. (Note: I haven’t actually operated the eureka cluster project. They

September 30, 2021By Simo Load Balance Abstract, Concept, detailed, Eureka, specific, Term, Things, UnderstandingLeave a Comment

2019.8.21 Class & Interface & Abstract & Attributes

1. Create interFace

interface ISuper
{
int GetSuper();
}

Classes can inherit multiple interfaces, or can only inherit a single abstract class.

Implementation in inherited cl

August 22, 2021By Simo Software Design 2019.8.21, Abstract, attribute, class, InterfaceLeave a Comment
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress