computer






 

Question by  midknight (8)

What is a super-class attribute of Java Access?

I need to know more about Java Access.

 
+5

Answer by  honeyy (19)

The attributes in schema are defined like child elements. The element may contain any number of attribute-definitions: Superclass allows various subclassed objects to share certain things in common.

 
+5

Answer by  Tuhin (22)

two super_classes are:- 1) public :- 1) The best way is to keep all the instance_variables of each class private and access the private variables of super_classes through sub_class constructors (calling "super()") 2) Protected:-)Changing the access level of the super_class variables into "protected" and access them directly within the sub_classes

 
+5

Answer by  depika3 (156)

java is a one of language and this languge are used to create new games and speacial software and then write java program it include first declare class and the create a new dereived class main class is super-class this class is java access class and including more object.

 
+4

Answer by  vijayparttimejob (2254)

in java, we have an inheritance concept. it have minimum two classes. first one is main or super class. another one is derived or sub class. super-class have attributes.

 
+3

Answer by  kcpuckgirl (3)

One super-class attribute of Java Access is the ability to make money with it. Use it in the right way and you could earn a substantial amount.

 
+3

Answer by  siva15 (492)

You cannot manipulate the access level of fields. You can manipulate the access level of methods so long as your change is less restrictive.

 
+3

Answer by  mahes (32209)

The Object class, in the java. lang package, sits at the top of the class hierarchy tree. Every class is a descendant, direct or indirect, of the Object class. Every class you use or write inherits the instance methods of Object.

 
You have 50 words left!