Knowledge in Programming

Recursion (computer programming )

This document contains short theory of Recursion (computer programming )

Object Oriented Programming- OOPS

As the name suggests, Object-Oriented Programming or OOPS refers to languages that uses objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism etc in programming. The main aim of OOPS is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function. In Object oriented programming we write programs using classes and objects utilising features of OOPs such as abstraction, encapsulation, inheritance and polymorphism. Some topics of OOPS for practice through C++ and these contains a variety of topics. Also it includes some of the practice problems. You practice more and score high in your exams as well as interviews.

JAVASCRIPT EBOOK 2

Javascript ebook 2nd

Code3 template

When you open up zip file you will get a template for the website

bubble sort

Out of sorting techniques bubble sort is one of the sorting technique

Notes on keynesian demand on interest rates

This pdf contains the notes on the keynesian demand on interest rates. It starts with the definition and then explains the three motives behind the desire of the public to hold liquid cash.

Python Intro

python introduction ppt

Exception Handling in Java

This pdf contains a well explained notes on the topic 'Exception Handling in Java' and is prepared by an experienced faculty. It helps in learning about exceptions in Java programming language.

Java Programs

This pdf contains some codes written in java programming language. It is a good source to practise coding and learn basics of programming. It helps to develop coding skills.

C Programming

It is based on c programming language written in CS50 Integrated Developer Environment(IDE).This contains basic programs in c programming language and it is mainly basic contained syntax or instructions.

College Management System

This the the ppt based on to Create College Management system.This also contains report of college management system.It explains what is college management system.

Python Programming

This file includes some of the best python codes that a beginner must knowing order to know programming. It has got questions with codes as well as outputs are also attached with the codes