-
vincelet wrote a new item 3 months, 3 weeks ago
C programming uses
-
vincelet wrote a new item 3 months, 3 weeks ago
Database is created using sql
-
vincelet wrote a new item 3 months, 3 weeks ago
Java creation
-
vincelet wrote a new item 3 months, 3 weeks ago
List fun tions
-
vincelet wrote a new item 3 months, 3 weeks ago
Turtle function
-
vincelet wrote a new item 3 months, 3 weeks ago
C literals
-
vincelet started the topic What is literals in c++ in the forum C++ 3 months, 3 weeks ago
Literals are data used for representing fixed values. They can be used directly in the code. For example: 1, 2.5, ‘c’ etc.
Here, 1, 2.5 and ‘c’ are literals. Why? You cannot assign different values to these terms.
Here’s a list of different literals in C++ programming.
-
vincelet started the topic Variable in c++ in the forum C++ 3 months, 3 weeks ago
A variable name can only have alphabets, numbers, and the underscore _.A variable name cannot begin with a number.It is a preferred practice to begin variable names with a lowercase character. For example, name is preferable to Name.A variable name cannot be a keyword. For example, int is a keyword that is used to denote integers.A variable name c…[Read more]
-
vincelet started the topic Polymorphism in java in the forum Java 3 months, 3 weeks ago
Polymorphism is a concept in object-oriented programming that allows different objects to be treated as if they are of the same type. In Java, polymorphism can be achieved through two mechanisms: method overloading and method overriding.
-
vincelet started the topic Encapsulation in java in the forum Java 3 months, 3 weeks ago
In Java, encapsulation is a mechanism that allows you to restrict access to certain parts of an object’s state and behavior, and only expose a public interface for interacting with the object. Encapsulation helps to improve the maintainability, flexibility, and security of a program by preventing direct access to the internal workings of an object
-
vincelet started the topic Singleton pattern in the forum Java 3 months, 3 weeks ago
In Java, the Singleton pattern is a design pattern that ensures that a class has only one instance, and provides a global point of access to that instance. The Singleton pattern is useful in situations where you need to restrict the number of instances of a class, such as when you need to control access to a shared resource or manage a system-wide…[Read more]
-
vincelet started the topic Linked list in java in the forum Java 3 months, 3 weeks ago
Java, LinkedList is a class that implements the List interface and provides a way to store a collection of elements as a linked list. In this answer, I will explain how to use LinkedList in Java, as well as some of its commonly used methods.
-
vincelet started the topic What is outputstream in the forum Microsoft Word 3 months, 3 weeks ago
Java, an OutputStream is an abstract class that represents an output stream of bytes. It is the superclass of all classes representing an output stream of bytes. The OutputStream class provides a standardized interface for writing data to different output destinations, such as files, network connections, and byte arrays. Here is an example of how…[Read more]
-
vincelet started the topic Function in c++ in the forum Microsoft Word 3 months, 3 weeks ago
A function definition provides the actual body of the function. The C++ standard library provides numerous built-in functions that your program can call. For example, function strcat() to concatenate two strings, function memcpy() to copy one memory location to another location and many more functions.
-
vincelet wrote a new item 3 months, 3 weeks ago
Data base sql
-
vincelet wrote a new item 3 months, 3 weeks ago
To create animation in powerpoint
-
vincelet wrote a new item 3 months, 3 weeks ago
Sql data base
-
vincelet wrote a new item 3 months, 3 weeks ago
Function in c
-
vincelet wrote a new item 3 months, 3 weeks ago
C array uses
-
vincelet wrote a new item 3 months, 3 weeks ago
Python in webuse
- Load More