Wednesday, October 31, 2018
Oracle - SQL - PLSQL - RDBMS
3. Oracle In-Built Function
4. PL/SQL Programming - 1 , PL/SQL Programming - 2
5. Set Operation(Union,Intersect, Minus), Oracle Exception ,
6. Cursor Introduction , Explicit Cursor, Explicit Cursor Life Cycle , Explicit Cursor Attribute
,Implicit Cursor, Cursor Variable,
7. Group By and Having, Order By Statement
8. Notes for Installation: Oracle Installation Guide 11g Database
Web Link
1. Triggers : Definition, Application, Type.
Tuesday, October 30, 2018
C Plus Plus
Advantage of OOPS, Main Function Program,
Structure of C++ Program,Tokens,
2. Function, Types of the Function, Function Overloading,
3. Passing Argument
4. Constructor - Definition, Program
5. Polymorphism, Types of Polymorphism, Static Binding,
Dynamic Binding, Operator Overloading,
Unary Operator Overloading, Binary Operator Overloading,
6. Pointer
7. One Liner Definition
Java
Handwritten
1. Java History, C++ Vs Java, Java Environment, Java Program Structure, Tokens ,
Difference-MutiThreading Vs Mutltasking, Class Vs Interface, Overloading Vs Overriding, Why main is public static void main
Difference-MutiThreading Vs Mutltasking, Class Vs Interface, Overloading Vs Overriding, Why main is public static void main
2. JVM (Java Virtual Machine), Class,
3. Packages - System/User Defined
PPT created by Student
1. Operators
2. Conditional and Looping Statement
3. Classes and Objects
4. Array
Monday, October 8, 2018
कन्सट्रक्टर
1. कन्सट्रक्टर एक फंक्सन है जिसका नाम एवं क्लास का नाम एक होता है।
2. सीप्लसप्लस में क्लास के मेंमबर वरियेबल को सीधे इनिषियलाईज नही किया जा सकता है। सीप्लसप्लस मेंमबर वरियेबल कन्सट्रक्टर के माध्यम से इनिषियलाईज किया जाता है।
3. कन्सट्रक्टर को रिटर्न टाइप एवं वाईड टाईप नही डिफाइन होता है।
4. कन्सट्रक्टर स्वतः ही काल हो जाता है उसे अलसे काल करने की आवष्यकता नहीं होती है।
5. कन्सट्रक्टर को ओवर लोड किया जा सकता है।
6. कन्सट्रक्टर में डिफाल्ट आरगुमेंट हो सकता है।
Subscribe to:
Posts (Atom)
Financial Year Oracle PLSQL Program
CREATE OR REPLACE function FINANCIAL_YEAR(p_date DATE) return varchar2 IS v_first varchar2(4); v_second varchar2(4); v_year...
-
Data warehouse systems have gained popularity as companies from the most varied industries realize how useful these systems can be...
-
List of Projects of Project for Computer Science and Application Students 1. Railway Reservation & Inquiry System 2. ...