Java - Inner Class

preview_player
Показать описание
Java - Inner Class
Lecture By: Ms. Monica, Tutorials Point India Private Limited
Рекомендации по теме
Комментарии
Автор

Use coupon “YOUTUBE 12” to get “FLAT 12%” OFF at checkout.

TutorialsPoint_
Автор

this playlist helped me a lot in solving hackerrank solutions

shivamanand
Автор

what a well framed lecture...Hats off !!! :)

jithinmv
Автор

ran this code the problem I had was that I had to make the "InnerClasses" class static as well, or remove the static from the main method

lolhead
Автор

Ma'am why the outer class has not provided any access modifiers ?

jisajose
Автор

Here i found one threat that was when we are calling the innerClass method by (innerclass object)Inside of outer class method that leads you into a problem.If i create sub -class of outer class i can easily can call Outer class method then i can easily asses the data inside of Inner class method.

suryaprakashgandikota
Автор

Hi team,
Please share java pdf.
I use other pdf like linux, javascript but unable to find java on the site.

realnileshpawar
Автор

class name and object name should be simple to avoid

milankbudha
Автор

why can't we public class Outer_demo{}.why acces specifier is not specified for Outer_Demo class???

tarunreddy
Автор

Explanation is good but you didn't show complete output how will we come to know the logic!!!??

vaibhavikulkarni
Автор

Aint all classes in java private in default

learner
Автор

you have called the object of inner class inside a another new class, you said inner class can only be accessed by the outer class not any other classes?

MaheshMahi-mfnr