What is the difference between inner class and local class?

inner class: Can only exist withing the instance of its enclosing class. Has access to all members . local class: class declared in a block. It is like an inner class (has access to all members) but it also has access to local scope.

Sizin İçin Seçtik  What is final class in flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *