-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava_prog.html
More file actions
89 lines (89 loc) · 3.83 KB
/
Copy pathjava_prog.html
File metadata and controls
89 lines (89 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="c_prog.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="blocks">
<div class="row1">
<div class="square1">
<span></span>
<span></span>
<span></span>
<div class="content">
<h2>UNIT I</h2>
<p><strong>introduction TO JAVA programming</strong><br>
background and characteristics of c,flowchats,algorithms and pseudo code. Structure of c programming,input/output statements,writing c programs</p>
<a href="java.html">Read more</a>
</div>
</div>
<div class="square2">
<span></span>
<span></span>
<span></span>
<div class="content">
<h2>UNIT II</h2>
<p><strong>Classes and Objects &Constructors and Destructor</strong><br>
Classes in C++-Declaring Objects- Access Specifiers and their Scope- Defining Member
Function Overloading Member Function- Nested class, Constructors and Destructors, -
Anonymous Objects
</p>
<a href="#">Read more</a>
</div>
</div>
</div>
<div class="row1">
<div class="square1">
<span></span>
<span></span>
<span></span>
<div class="content">
<h2>UNIT III</h2>
<p><strong>Operator Overloading and Type Conversion & Inheritance</strong><br>
The Keyword Operator- Overloading Unary Operator- Operator Return Type- Overloading
Assignment Operator (=)- Rules for Overloading Operators, Inheritance, Reusability- Types
of Inheritance.
</p>
<a href="#">Read more</a>
</div>
</div>
<div class="square2">
<span></span>
<span></span>
<span></span>
<div class="content">
<h2>UNIT IV</h2>
<p>
<strong>pointers & Binding Polymorphisms and Virtual Functions</strong>
Pointer, Features of Pointers- Pointer Declaration- Pointer to Class- Pointer Object- The this
Pointer- Pointer to Derived Classes and Base Class, Binding Polymorphisms and Virtual
Functions, Introduction- Binding in C++- Virtual Functions- Rules for Virtual FunctionVirtual Destructor.
</p>
<a href="#">Read more</a>
</div>
</div>
</div>
<div class="row3">
<div class="square1">
<span></span>
<span></span>
<span></span>
<div class="content">
<h2>UNIT V</h2>
<p>
<strong>Programming with Templates & Exception Handling</strong><br>
Generic Programming with Templates, Need for Templates- Definition of class TemplatesNormal Function Templates- Over Loading of Template Function-Bubble Sort Using
Function Templates .Overview of Standard Template Library .
</p>
<a href="#">Read more</a>
</div>
</div>
</div>
</div>
</body>
</html>