Introduction to Object Oriented Programming
Introduction to Object Oriented Programming
In this part of the tutorial you will learn 1) What is object oriented programming 2) Why to use object oriented programming 3) Object oriented and JAVA 4) Advantages of object oriented programming What is object oriented programming? In object oriented type of programming we create the objects which has certain properties and the methods (functions) associated with it and we use these methods to perform the operations on the object.The Switch Statement in JAVA
Calculator Using Switch
In this tutorial you will learn: JAVA coding essentials Taking input in java console What is switch statement Difference between switch and if else statement JAVA code for making the calculator using Switch Statements What is switch statement In JAVA programming the switch is the implementation by which we evaluate a variable and on the basis of which we change the control flow of our program. Through switch statement we define the multiple task which will be executed depending upon the value inside the variable.Address Book
This is a very simple Address Book application. I hope that this can help beginners like me in one way or another. I'm using Visual Basic .NET for this program. Like My Page http://on.fb.me/1yk8VKt
Conditional Statements in JAVA
Conditional Statements in JAVA
In this tutorial you will learn: 1. JAVA coding essentials 2. Taking input in java console 3. JAVA code for making a calculator 4. How the basic arithmetic operations are performed in JAVA Making Java Project Basic Java console program: • Open Eclipse > Workspace • File > new > java project • File > new > class Basic Coding Strategy for making a Calculator In this tutorial I will teach you guys how to make a calculator, the calculator here can perform the operations of addition, sHow to Program Progress Bar in Visual Basic .NET
Download this code if you want to learn how to use Progress Bar in Visual Basic .NET. This is a basic control in Visual Basic that allows you to create a start, stop and reset function. Like my Facebook page: http://on.fb.me/1yk8VKt
Lookup Your Instagram User ID
This code will allow you to look up your Instagram user ID. This is useful if you want to learn how Application Programming Interface (API) works. Websites like Facebook, Google, Instagram, Twitter are now support API to allow third party to communicate to their server. I using API v1 of Instagram to do this.
Private Message System
This is a private messaging system where you can send message to any members who have an account of this site and receiver can reply to those messages. Simple but you can learn a lot from this system.
Coding essentials and Java Input
Coding essentials and Java Input
In this tutorial you will learn: 1. Some coding essentials 2. Taking input in java console 3. Basic JAVA console program on conditional statements I have setting up the IDE now it’s time to start coding. The learning curve will be a little steep as we have much to cover. Some Coding Essentials This perhaps one of the most important things while programming in any language.FreePHP: Attendance System <Basic>
Basic Attendance System build from PHP & MySQL database. __________________________________ * DEX Connect - Management Authority * 1. Administrator: > (Admin)Dashboard - View Attendance Report - Print/Export PDF > View/Add/Edit/Delete Directory - Print/Export PDF - View/Add/Edit/Delete Active Users - Print/Export PDF - View/Add/Edit/Delete Admin User - Add/Create/Delete Active Users > SuperAdmin