Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Vedeesh6
Follow
Evolve so hard.. that they have to get to know you again

Vedeesh Dwivedi Vedeesh6

Evolve so hard.. that they have to get to know you again
CSE@VIT'25 ~~~ ML Enthusiast | | Java | | Software Developer ~~~ Receptive Neophyte

Block or report Vedeesh6

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user's behavior. Learn more about reporting abuse.

Report abuse
Vedeesh6/README.md

===========================================================================

import java.util.*;

class Knowledge_base{
ArrayList<String> Languages = new ArrayList<String>();
ArrayList<String> Technologies = new ArrayList<String>();
ArrayList<String> Databases = new ArrayList<String>();

public void feats_unraveled() { //at the time of making
Languages.add("Java");Languages.add("Python");Languages.add("C");Languages.add("C++");
}
}

class Increased_knowledge extends Knowledge_base {
@Override
public void feats_unraveled() {
super.feats_unraveled();
Languages.add("HTML");Languages.add("CSS");Languages.add("Kotlin");
Technologies.add("Git");Technologies.add("Machine Learning");
Databases.add("MySQL");
//_______.add("To be updated");
}
}

class Vedeesh{
public static void main(String[] args) {
Knowledge_base obj = new Increased_knowledge();
obj.feats_unraveled();
System.out.println("Languages: "+obj.Languages);
System.out.println("Technologies: "+obj.Technologies);
System.out.println("Databases: "+obj.Databases);
}
}

===========================================================================

Display

=====================================================

======================================================

Github Trophies

Pinned Loading

  1. Java-Codespace Java-Codespace Public

    Welcome Java Community!

    Java 4 8

  2. DSA DSA Public

    Forked from MakeContributions/DSA

    Data Structure and Algorithm (DSA) contributions

    C++

  3. Vedeesh6 Vedeesh6 Public

    Contains Readme file for my profile

    1