Oops

Constructor in Java

Nov 12

A constructor in Java is a special method that is used to initialize objects. The constructor is called when an object of a class is created.

Continue reading
C++

Standard Template Library

Nov 11

The Standard Template Library is a software library for the C++ programming language that influenced many parts of the C++ Standard Library. It provides four components called algorithms, containers, functions, and iterators.

Continue reading
Competitive Programming

Number Theory

Nov 10

Number theory is a branch of pure mathematics devoted primarily to the study of the integers and integer-valued functions.

Continue reading
Web Development

Bootstrap

Nov 9

Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.

Continue reading