Project Management in Software Engineering

In this Video, Mr. Gajendra Sharma, assistant professor, Biyani Girls College, Jaipur, explains that project management in software engineering is very essential and it is due to planning, monitoring and controlling …

Method Overloading in java

When two or more functions have same name but different parameter list then this concept is called method overloading.Number,type and order of parameters can be different.Return type of method can be …