c++ final pres

22
8/7/2019 C++ Final pres http://slidepdf.com/reader/full/c-final-pres 1/22

Upload: mrinalini-karve

Post on 09-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 1/22

Page 2: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 2/22

1/26/2011 2

Page 3: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 3/22

JAVA 3

HISTORY

C developed by Dennis Ritchie at AT&TBell Labs in the 1970s.

  Used to maintain UNIX systems

  Many commercial applications written in c

C++ developed by Bjarne Stroustrup at AT&TBell Labs in the 1980s.

  Overcame several shortcomings of C

  Incorporated object oriented programming  C remains a subset of C++

Page 4: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 4/22

1/26/2011 4

Brief  Histry of C++

C++ was written by Bjarne Stroustrup at Bell Labsduring 1983-1985. C++ is an extension of C. Prior to

1983, Bjarne Stroustrup added features to C andformed what he called "C with Classes". He hadcombined the Simula's use of classes and object-oriented features with the power and efficiency of C.The term C++ was first used in 1983.

Page 5: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 5/22

JAVA 5

Features of OOPs

Object

Class

Data A bstraction

Data Encapsulation

Inheritance

Polymorphism

Page 6: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 6/22

JAVA 6

C++ Sample Program

 A simple C++ program begins this way

#include <iostream>#include <conio>

void main(){

 And ends this way

getch();}

Page 7: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 7/22

JAVA 7

Need of C++

C++ is widely used in the software industry, and remains oneof the most popular languages ever created. Some of its

application domains include systems software, application

software, device drivers, em bedded software, high-

 performance server and client applications. Several groups

 provide both free and proprietary C++ compiler software,

including the GNU Pro ject, Microsoft, Intel, Borland and

others.

C++ is also used for hardware design, where design is

initially descri bed in C++, then analyzed, architecturally

constrained, and scheduled to create a register transfer level

hardware description language via high-level synthesis.

Page 8: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 8/22

Page 9: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 9/22

JAVA 9

PROCEDUR E FOR  SUN¶S EXAMS

The exam has three parts, a multiple choice

test, an assignment, and a written part in

which you discuss specific parts of your assignment.

Page 10: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 10/22

JAVA 10

Page 11: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 11/22

JAVA 11

SUN CERTIFICATIO N OFFERS ..

 F irst, by becoming a Sun Certified Associate Sunverifies that you have a base set of knowledge that enables entry into a career in applicationdevelopment or software project management using  Java technology.

Second, we train developers on a foundational set of  skills, which can then be validated by becoming aSun Certified Programmer.

 Afterwards, you can pursue advanced or specialty

training and certifications that help enable career  growth into more specific job roles making you morevaluable to an organization

Page 12: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 12/22

JAVA 12

SUN CERTIFICATIO N Earning a Sun Java technology certification provides a clear 

demonstration of your technical skills and professional dedication. Sun offers the following certifications for Java technologies:

Java Platform, Standard Edition (Java SE)

Sun Certified Java Associate

Sun Certified Java Programmer 

Sun Certified Java Developer 

Java Platform, Enterprise Edition (Java EE)

Sun Certified We b Component Developer 

Sun Certified Business Component Developer 

Sun Certified Developer for Java We b Services

Sun Certified Enterprise Architect

Java Platform, Micro Edition (Java ME)

Sun Certified Mo bile Application Developer 

Page 13: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 13/22

JAVA 13

ADVANTAGES OF SUN CERIFICATIO N

W hat sun certification means for you, employees , company,and customers. Just as Sun is a technology leader, Sun is aleader in IT certification.

Sun certification is a great way for IT professionals to boost 

their career potential.  F or their companies, certification is a strategic investment that pays off in increased productivity,reduced turnover, and an overall competitive advantage.

"The benefits of Sun certification to the employee, his or her 

organization, and the customers they serve are clear and widespread," 

Page 14: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 14/22

JAVA 14

Page 15: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 15/22

JAVA 15

GLOBAL JOBS

 NORTH 

AMERICA

EUROPE

SOUTH 

AMERICA

MIDDLE EAST 

AFRICAASIA

PACIFIC

Page 16: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 16/22

JAVA 16

Page 17: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 17/22

JAVA 17

Page 18: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 18/22

JAVA 18

Page 19: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 19/22

JAVA 19

SUN WITH NIIT

Sun Microsystems India and NIIT have launched an

initiative to expand the technology horizons of the country'slarge student population ,  by introducing specialized

education and training programs around Sun technologies.

Page 20: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 20/22

JAVA 20

CO NCLUSIO N

Page 21: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 21/22

JAVA 21

TO WHOM CONTACT

MANISH NAGPAL - 9754656133

Page 22: C++ Final pres

8/7/2019 C++ Final pres

http://slidepdf.com/reader/full/c-final-pres 22/22

JAVA 22

QUESTIO NS