module 8 and 9 added#8
Open
FatinShadab wants to merge 29 commits intophitronio:mainfrom
Open
Conversation
added switch case theory
completed the theory notes
added 1d array theory
added theory materials.
Add a small Java demo illustrating packages and access modifiers. New public classes: EditorLogic.Editor, FileLogic.FileHandler, and FileLogic.Tree.PathTree; main.java updated to import and exercise these classes. Also include readme.md explaining package structure and visibility (public/protected/private) with notes that protected/private methods are intentionally not called from main.
Add Driver.java demonstrating Java nested-class patterns (inner/non-static, static nested, local, and anonymous classes) and variable shadowing; includes examples and a main method that exercises the inner-class/shadowing behavior. Add readme.md documenting the concepts, usage, and compile/run instructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.