Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Member

Member

A member of a class can be a method or a field.

Related concepts:  MethodFieldClassObject

Closest Wikipedia entry:  Class (computer programming)

Misconceptions about Member
10 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
CannotChainMemberAccesses — Java
Member accesses cannot be chained together
Misconception
CannotChainMemberToConstructor — Java
Method calls or field accesses cannot be chained to a constructor invocation
Misconception
NestedPackages — Java
Packages can contain other packages which have access to members of the containing package
Misconception
PrivateAccessibleInSubclass — Java
Private members of a superclass are accessible from a subclass
Misconception
PrivateFromOtherInstance — Java
An object cannot access private members of other objects of the same class
Misconception
PrivateFromStatic — Java
Static methods cannot access private members of instances of same class
Misconception
RightToLeftChaining — Java
Chained accesses are invoked from right to left
Misconception
AccessingInexistentPropertyError — JavaScript
Accessing a non existent property on an object produces an error
Misconception
CannotChainAttributeAccesses — Python
Attribute accesses cannot be chained together
Misconception
CannotChainAttributeToObjectInstantiation — Python
Method calls, and attribute accesses in general, cannot be chained to a constructor invocation.

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors