larva
larva
Explore posts from servers
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
Shouldnt first 2 outputs be m1 method in class B
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
No description
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
and some catchblock
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
only tryblock
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
try and catch
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
but it doesnt recognize
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
tried on sharplab
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
it doesnt debug
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
my visual code studio has a problem
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
or is my implementation incorrect
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
will it access the first catch only
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
if i enter an x less than 0
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
hello will this code access
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
Console.WriteLine("Hello, World!"); int x = Convert.ToInt32(Console.ReadLine()); try { if(x < 0) { throw new OutofBounds(); } if (x > 1000) { throw new OutofBounds(); }
} catch(OutofBounds ob) when ( x < 0) { Console.WriteLine("hi"); } catch(OutofBounds ob) when (x > 1000) { Console.WriteLine("Hello"); }
317 replies
CC#
Created by larva on 1/18/2024 in #help
Exam Prep OOP(Constructors , Inheritance , interface , polymorphism , Exception Handling
and false output is null
317 replies