31
Introduction of

C, C++, Java, Android

Embed Size (px)

Citation preview

Welcome

Introduction of

C is a general-purpose language it is closely associated with theUNIXoperating system .

Many of the important ideas of C come from the languageBCPL, developed by Martin Richards.

In 1972Dennis Ritchieat Bell Labs developed C language.

Features of C

Why need of C -C has been used successfully for every type of programming problem imaginable from operating systems to spreadsheets to expert systems. The largest measure of C's success seems to be based on purely practical considerations:User Friendly

Modularity

Flexibility & Easy to access

Standard library example ,

Ready access to the hardware needed

Learning of CVariables/ IdentifiersKeywordsData typesLooping Statements, Conditional StatementsFunctionsArrayStructurePointer File Handling

Born Program of C#include#includevoid main() { printf(Hello C Language); getch();}

Output

Hello C Language

Introduction of

History of C++: Paradigm Multiparadigm: procedural, functional,object-oriented, generic.Designedby Bjarne Stroustrup Firstappeared 1979.Language C++ OS Cross-platform.Filename extensions .cc .cpp .cxx .C.c++.h .hh .hpp .hxx.h++

Features of

Object Oriented Features

Road Map of C++Constructor & destructorPointersStructureStorage ClassesException handlingFile handlingPre-processor directory

Introduction of Java

History of javaJava programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems' Java platform (Java 1.0 [J2SE]).The new J2 versions were renamed as Java SE, Java EE and Java ME respectively. Java is guaranteed to beWrite Once, Run Anywhere.

Features of java

Object Oriented Java

Curriculam of JavaPackagesCollectionsException handlingMultithreadingJDBCServlet