Subject Details
Dept     : GCD
Sem      : 2
Regul    : 2023-2026
Faculty : Ms Sangeetha k
phone  : NIL
E-mail  : sangeetha3mca@gmail.com
467
Page views
13
Files
2
Videos
2
R.Links

Icon
Assignments

Due Dates Is Over
Due Date:27-12-2023
Friend Function and Virtual Function
A friend function is a function that isn't a member of a class but has access to the class's private and protected members. Friend functions aren't considered class members; they're normal external functions that are given special access privileges. A virtual function in C++ is a base class member function that you can redefine in a derived class to achieve polymorphism. You can declare the function in the base class using the virtual keyword.
Due Dates Is Over
Due Date:13-02-2024
Concept of streams
Streams acts as an intermediaries between the programs and the actual IO devices, in such the way that frees the programmers from handling the actual devices, so as to archive device independent IO operations.
Due Dates Is Over
Due Date:12-03-2024
Exception Handling
The Exception Handling in Java is one of the powerful mechanism to handle the runtime errors so that the normal flow of the application can be maintained.
Due Dates Is Over
Due Date:20-03-2024
Thread Life Cycle
Thread class provide constructors and methods to create and perform operations on a thread.Thread class extends Object class and implements Runnable interface.
Due Dates Is Over
Due Date:02-04-2024
Web Speech API
The Web Speech API enables you to incorporate voice data into web apps. The Web Speech API has two parts: SpeechSynthesis (Text-to-Speech), and SpeechRecognition (Asynchronous Speech Recognition.)