Programming languages - Object-oriented
Programming languages - Object-oriented
OF
COMPUTATIONAL
THINKING AND PROGRAMMING
Object-oriented languages
Learning Objectives
#include <cstdio>
int main ( )
puts(“Hello World!”);
return 0;
}
Java
In 1991, a team of engineers at Sun
Microsystem started working on
developing Java. Among them was
James Gosling who is known as the
father Java.
High
Secure
performance
Robust Portable
Features
of Java
Object
Intermediate
orientated
Multi- Platform
threading independent
Java Components
class HelloWorld {
• Easy to Learn
• High-level Language
• Portable
• Interpreted
• Embeddable
• Extensive Libraries