C ++/Java knowledge

Source: Internet
Author: User
[C ++ medium]
 
The three keywords public, private, and protected are the access mode qualifiers used to access class members and inherit the base class. In the member access mode, public indicates that the data members and functions of the class can be accessed by the class objects and derived classes. Private; your class can be accessed, but the derived class cannot. Protected protection type; its class and derived class can access its own private-type members. The difference between it and private is that it treats the derived class differently.
 
 
[In java]
Public visible all protected subclass visible default package visible private this class visible
 
 
Java static methods can be called without instantiating objects
 
The main function must use the static method.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.