Analysis of objects, classes, properties, and methods:
Take people as an example.
Category: People can be regarded as a class.
Object: specific people (yellow, white, black, Chinese, etc.) can be regarded as objects, and can be further distinguished according to needs, such as men woman.
Attributes: For example, the characteristics of yellow people: yellow skin, black hair, black eyes, etc. These are the attributes that yellow people have. They exist by themselves or can be acquired. They are There is no need for people to deliberately act, it manifests itself naturally.
Method: Method is actually an explanation of a specific behavior of a certain person, such as being able to walk or talk.
Recommended java basic video tutorial: java learning
For example:
public class PersonDemo { //这是类 private String name; //这是属性 姓名 private String sex; //这是属性 性别 private int age; //这是属性 年龄 public void say(){ //这是方法 System.out.println("我是黄种人"); } public static void main(String[] args) { //main函数 Java应用程序的入口方法 PersonDemo PD = new PersonDemo(); //new一个对象 PD.say(); //调用方法 }
Recommended article tutorial: zero basic introduction to java
The above is the detailed content of Are methods in java objects?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools
