I wanted to cover in this video a bunch of questions I’ve received lately. Everything after this code refactoring tutorial will be more complex.
In this video, we’ll cover converting simple types into class objects. We’ll also look at how to move fields and methods into other classes and a bunch of tricks to get the most out of that. I also show a few of the many ways Eclipse can help you write code quicker. More tips on Eclipse are planned later in the tutorial. All of the code follows the video, to help you learn.
If you like videos like this, it helps to tell Google [googleplusone]
Code from the Video
In the constructor, super() referred to the parent class but there is no used for inheritance
In the constructor address, the super() is referred to which class coz the class address has no inheritance. Thanks for your time.
You can get rid of that method. It doesn’t really do anything important. Sorry about the confusion
First of all thank you for making the tutorial video. Are you sill going to do the j2ee video? I hope you will cover spring, hibernate & others . Thanks again.
You’re very welcome 🙂 Yes I will cover all the JEE topics you mentioned soon while I continue making Android tutorials. Thank you for the request