We need to take care of only one thing while using Constructors in Inheritance. When we extend any class into the other class. It forces us to declare a similar constructor in the child class as well. Usage of Constructors in Inheritance We can add constructor as we do normally without any return type. WhenRead More
Month: November 2017
Java | Object Oriented Programming (OOPs) Concept
Object Oriented Programming is a concept based on class and objects. A Class is like a repository which contains all data members and methods. On the other hand, an Object is an instance of a class which acquires all the properties(data members) and behavior(methods) of the class. OOPs, conceptsRead More
JIRA Tutorials-2 || Implement Search and Filter on JIRA Issues.
Search and Filter utility used to extract a defect or a set of defects from the project(s) based on a condition(s). Search an Issue There are two methods to search any issue on JIRA. Search Field: using Single Keyword Search for Issues: using Multiple Keyword Search Field The first method of Searching any issue isRead More
JIRA Tutorials-1 || Basic understanding of JIRA.
Jira is a licensed software application to track the bugs as well as managing the projects. The software has been released by Atlassian(Software company who develops products for developers, project managers etc). These tutorials help us to get a basic understanding of JIRA. All the fields and UI of the JIRA isRead More