You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvement Proposal:
Learners/Contributors can go through the microbyte. If you feel:
any activity needs to be improved
any concept needs to be explained in a different way
any topic is difficult for beginner to understand
Then you can definitely propose those changes through PRs. Please refrain from adding more activities as they are enough according to the time limit.
Benefits of proposed improvements:
Microbyte content will be improved
The text was updated successfully, but these errors were encountered:
srishti-034
changed the title
[Learners] Propose changes to Microbyte(Interfaces in Java)
[Contributors] Propose changes to Microbyte(Interfaces in Java)
Oct 23, 2020
Hey @srishti-034 I have some ideas to improve activity1 like instead of creating methods like create area and display we can add one more method in abstract class like find area of rectangle square and triangle. How about changing it! Waiting for your reply
Hey @tejaswini22199 rectangle area has already been calculated in in RectangleArea class. So we need to make a new class for Triangle and override the calculateArea method accordingly.
I have used a single method just to illustrate the concept. You can further experiment with it but the idea which needs to be conveyed should remain simple, crisp and easy for learner to understand.
MicroByte Title: Interfaces in Java
Improvement Proposal:
Learners/Contributors can go through the microbyte. If you feel:
Then you can definitely propose those changes through PRs. Please refrain from adding more activities as they are enough according to the time limit.
Benefits of proposed improvements:
Microbyte content will be improved
The text was updated successfully, but these errors were encountered: