Open in app

Sign in

Write

Sign in

Sureshkumar kajanthan
Sureshkumar kajanthan

11 Followers

Home

About

Nov 3

C++ Map

The C++ map is an associative container that stores elements in key-value pairs, where each key is unique within the map and maps to a corresponding value. For Example:A map of student where Student ID is the key and name is the value can be represented as:

2 min read

C++ Map
C++ Map

2 min read


May 9

Translating a 3D Shape using the SetTranslation Method in Open Cascade.

To set the translation of a geometric object in Open Cascade, you can use the “SetTranslation” method. This method takes a translation vector as an input parameter and applies a translation transformation to the object based on this vector. …

1 min read

1 min read


May 3

Using setRotation method in Open Cascade for 3D object rotation

In Open Cascade “setRotation” is a method used to set the rotation of a geometric object, such as a shape or a vertex, in 3D space. The “setRotation” methods takes a rotation axis and an angle as input parameters. The axis is specified as a vector, and the angle is…

1 min read

1 min read


Apr 9

Java Question-02

import java.time.LocalDate; abstract class LibraryItem { private String title; private String author; private int year; public LibraryItem(String title, String author, int year) { this.title = title…

2 min read

Java Question-02
Java Question-02

2 min read


Apr 2

Java Question-01

abstract class Vehicle { private String make; private String model; private int year; private double dailyRentalRate; public Vehicle(String make, String model, int year, double dailyRentalRate) { this.make =…

2 min read

Java Question-01
Java Question-01

2 min read


Mar 5

Csharp — C#

01.Differences between Variable Instance and Reference. In C#, a class is a blueprint for creating objects, and each object created from a class is called an instance. Variables are used to store values and reference types are a type of variable that stores the memory address of an object rather than the actual value. …

2 min read

2 min read


Feb 25

Qt

Qt is a cross platform application development framework that allows developers to create applications for desktop, mobile and embedded platforms.It was developed by the finnish company, The Qt company. Qt provides a variety of tools and libraries to help developers create graphical user interfaces(GUIs) manage application data,handle networking and communication…

2 min read

Qt
Qt

2 min read


Jan 24

JAVA_Class

A class is a user-defined data type with a template that serves to define its properties.Once the class type has been defined, we can create “variables” of that type using declarations that are similar to the basic declarations. In Java, these variables are termed instances of classes. A class is a collection of objects. Classes don’t consume any space in the memory. Once a class has been defined. A large number of objects can be created using the same class. Therefore, Class is considered the blueprint for the object.

1 min read

JAVA_Class
JAVA_Class

1 min read


Sep 20, 2022

OOP-SOLID principle

In java, SOLID principles are an object-oriented approach that are applied to software structure design. These five principles have changed the world of object-oriented programming, and also changed the way of writing software. The word SOLID acronym for: Single Responsibility Principle (SRP) Open-Closed Principle (OCP) Liskov Substitution Principle (LSP) Interface…

2 min read

OOP-SOLID principle
OOP-SOLID principle

2 min read


Aug 25, 2022

Python

What is Python? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. Python is a general purpose, dynamic, high-level, and interpreted programming language. It supports Object Oriented programming approach to develop applications. …

3 min read

Python
Python

3 min read

Sureshkumar kajanthan

Sureshkumar kajanthan

11 Followers

Eat Sleep Code

Following
  • Anuruththan Baskaran

    Anuruththan Baskaran

  • Pusparasa Ayilavan

    Pusparasa Ayilavan

  • Lahiru Dilshan

    Lahiru Dilshan

  • Arian Adeli

    Arian Adeli

  • Thilakshan Kathiramalai

    Thilakshan Kathiramalai

See all (13)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams